const runtime._Psyscall

9 uses

	runtime (current package)
		proc.go#L1193: 		if s == _Psyscall && atomic.Cas(&p.status, s, _Pgcstop) {
		proc.go#L1618: 		if s == _Psyscall && p.runSafePointFn == 1 && atomic.Cas(&p.status, s, _Pidle) {
		proc.go#L3636: 	atomic.Store(&pp.status, _Psyscall)
		proc.go#L3669: 	if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
		proc.go#L3828: 	if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
		proc.go#L5222: 		if s == _Prunning || s == _Psyscall {
		proc.go#L5235: 		if s == _Psyscall {
		runtime2.go#L137: 	_Psyscall